home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / JvDlgsD10R.bpl / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  2006-04-25  |  1KB  |  76 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 411
  3.   Top = 226
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Caption'
  7.   ClientHeight = 165
  8.   ClientWidth = 316
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imProgress: TImage
  22.     Left = 16
  23.     Top = 12
  24.     Width = 48
  25.     Height = 48
  26.     AutoSize = True
  27.     Enabled = False
  28.     IncrementalDisplay = True
  29.     Visible = False
  30.   end
  31.   object Label1: TLabel
  32.     Left = 16
  33.     Top = 70
  34.     Width = 26
  35.     Height = 13
  36.     Caption = 'Label'
  37.   end
  38.   object pbProgress: TProgressBar
  39.     Left = 16
  40.     Top = 88
  41.     Width = 284
  42.     Height = 16
  43.     Anchors = [akLeft, akTop, akRight]
  44.     Min = 0
  45.     Max = 100
  46.     TabOrder = 0
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 224
  50.     Top = 124
  51.     Width = 75
  52.     Height = 25
  53.     Anchors = [akTop, akRight]
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.     OnClick = btnCancelClick
  59.   end
  60.   object tmProgress: TTimer
  61.     Enabled = False
  62.     OnTimer = tmProgressTimer
  63.     Left = 102
  64.     Top = 18
  65.   end
  66.   object ActionList1: TActionList
  67.     Left = 160
  68.     Top = 24
  69.     object Action1: TAction
  70.       Caption = 'Action1'
  71.       ShortCut = 32883
  72.       OnExecute = Action1Execute
  73.     end
  74.   end
  75. end
  76.